type net/http.http2DataFrame
12 uses
net/http (current package)
h2_bundle.go#L1827: dataFrame http2DataFrame
h2_bundle.go#L1830: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
h2_bundle.go#L1832: return &http2DataFrame{}
h2_bundle.go#L1990: type http2DataFrame struct {
h2_bundle.go#L1995: func (f *http2DataFrame) StreamEnded() bool {
h2_bundle.go#L2003: func (f *http2DataFrame) Data() []byte {
h2_bundle.go#L3075: case *http2DataFrame:
h2_bundle.go#L5393: if f, ok := f.(*http2DataFrame); ok {
h2_bundle.go#L5411: case *http2DataFrame:
h2_bundle.go#L5634: func (sc *http2serverConn) processData(f *http2DataFrame) error {
h2_bundle.go#L9529: case *http2DataFrame:
h2_bundle.go#L9864: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |